home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / guis / gadutil / docs / autodocs / 33.gu_freemenus < prev    next >
Text File  |  1996-07-16  |  574b  |  25 lines

  1. gadutil.library/GU_FreeMenus                     gadutil.library/GU_FreeMenus
  2.  
  3.    NAME
  4.     GU_FreeMenus -- Frees memory allocated by GU_CreateMenusA().
  5.  
  6.    SYNOPSIS
  7.     GU_FreeMenus(menu)
  8.                  A0
  9.  
  10.     VOID GU_FreeMenus(struct Menu *);
  11.  
  12.    FUNCTION
  13.     Frees the menus allocated by GU_CreateMenusA().  It is safe to
  14.     call this function with a NULL parameter.
  15.  
  16.    INPUTS
  17.     menu - pointer to menu structure (or first MenuItem) obtained
  18.            from GU_CreateMenusA().
  19.  
  20.    NOTES
  21.     See gadtools/FreeMenus() for more information.
  22.  
  23.    SEE ALSO
  24.     GU_CreateMenusA(), gadtools/FreeMenus()
  25.